CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - LINUX SOCKET SERVER

搜索资源列表

  1. Linux

    0下载:
  2. 本文介绍了在Linux环境下的socket编程常用函数用法及socket编程的一般规则和客户/服务器模型的编程应注意的事项和常遇问题的解决方法,并举了具体代 码实例。要理解本文所谈的技术问题需要读者具有一定C语言的编程经验和TCP/IP方面的基本知识。要实习本文的示例,需要Linux下的gcc编译平台支持-This article describes the Linux environment, the use of socket programming and socket programmi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:16825
    • 提供者:王平
  1. server

    0下载:
  2. Socket programming in linux. server.c describe how to server listen to client by TCP/IP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:1658
    • 提供者:Mr. Lam
  1. server

    0下载:
  2. 用C语言在Linux环境下实现SOCKET通信的服务器端-In the C language in Linux environment of the server SOCKET communication realization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1542
    • 提供者:ttt
  1. socket1.tar

    0下载:
  2. linux下的socket服务器的代码,是socket流编程学习入门必学的!-socket server of the linux/unix stream,good exp!i wish u like
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:5601
    • 提供者:
  1. ftp

    0下载:
  2. 通过学习linux下Socket编程,根据ftp协议,可以编写一个小型的ftp服务器和客户端,实现用户登录对文件的上传和下载的功能。-Learning under linux Socket programming, according to the ftp protocol, you can write a small ftp server and client, the user is logged on the file upload and download function.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:11981
    • 提供者:浅醉
  1. connectWithStream

    0下载:
  2. 利用socket网络编程和图形界面技术,实现客户端和服务器之间的通信,从而达到两台机器通信的目的。-Socket network programming and graphical interface, the communication between client and server, so as to achieve the purpose of the two machines to communicate.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-04
    • 文件大小:2341
    • 提供者:xie
  1. qt-socket

    0下载:
  2. 用于Linux操作系统,在QT环境下开发的基于Socket的聊天室,包括server和client两部分-For Linux operating system, developed in a QT environment Socket-based chat rooms, including two parts of the server and client
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:1238561
    • 提供者:nan
  1. work

    0下载:
  2. Linux Socket编程 简单的server和clinet端基于udp的报文收发处理例程-Linux Socket
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:6756
    • 提供者:loveqw
  1. socket

    0下载:
  2. linux系统下实现多线程、服务器、客户端、信号处理以及多线程讲解、源码操作说明-Linux system realize multithreading, server, client, signal processing and multithreading explanation, the source operating instructions
  3. 所属分类:Linux Network

    • 发布日期:2017-11-27
    • 文件大小:5232
    • 提供者:贺阳阳
  1. daima

    0下载:
  2. 基于linux socket编程,实现几块ARM开发板之间语音通信,传输语音,代码含服务器一起客户端代码-Linux socket-based programming, voice communication, the transmission of voice, code between a few ARM development board containing the server along with the client code
  3. 所属分类:Linux Network

    • 发布日期:2017-11-30
    • 文件大小:141937
    • 提供者:陈木
  1. Socket-Program

    1下载:
  2. 在Linux环境下用C语言分别编写一个客户端程序client.c和一个服务器端程序server.c,来测试带外数据的发送与接受,并观察是否每一个客户端发送的带外数据都引发服务器端产生SIGURG信号,当服务器端收到SIGURG信号后就可以读取带外数据了-Linux environment with C language to write a client program client.c and a server-side program server.c test band data tran
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:221719
    • 提供者:落落
  1. Sockets

    0下载:
  2. linux socket套接字 网络编程 实现客户端与服务器端的通信的代码-linux socket socket network programming code of the client and server-side communication
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:96240
    • 提供者:yan
  1. socket

    0下载:
  2. socket编程中服务器端与客户端的程序-socket for linux server and client
  3. 所属分类:Linux Network

    • 发布日期:2017-11-20
    • 文件大小:1997
    • 提供者:孙劲
  1. server

    0下载:
  2. linux下socket接口的udp协议的ftp程序服务器端-the under linux the udp socket interface agreement ftp server-side
  3. 所属分类:Linux Network

    • 发布日期:2017-11-16
    • 文件大小:3409
    • 提供者:何振岩
  1. server

    0下载:
  2. Linux网络编程入门级程序,此为建立一个服务器,服务器包括套接字建立,配置,绑定,监听等步骤-Linux network programming entry-level program, this is the steps to set up a server, the server socket to create, configure, bind, listen for
  3. 所属分类:Linux Network

    • 发布日期:2017-11-15
    • 文件大小:700
    • 提供者:李紫阳
  1. THREAD

    0下载:
  2. linux下的socket通信,基于线程的并发服务器和客户端程序!-linux socket communication, thread-based concurrency server and client programs!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-19
    • 文件大小:10238
    • 提供者:贾炜
  1. Socket

    0下载:
  2. 在LINUX系統下,实现套接口编程。一个客户端,一个服务端。-LINUX system, socket programming. A client, a server.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-15
    • 文件大小:2203
    • 提供者:su
  1. linux-client

    0下载:
  2. 连接linux服务器的客户端代码,包含建立与服务端的socket连接,与服务端的通信协议的设计,请求分发设计,用户登录,内部使用多线程实现。-Connected to the Linux server client code, includes creating server socket connection with the server communication protocol design, to request distribution design, user login, in
  3. 所属分类:Linux Network

    • 发布日期:2017-11-17
    • 文件大小:153390
    • 提供者:liuyang
  1. service_linux

    0下载:
  2. tcp/ip service LINUX socket 编程 服务器框架 可实现并发处理-tcp/ip service LINUX socket programming can achieve concurrent processing server framework
  3. 所属分类:Linux Network

    • 发布日期:2017-12-01
    • 文件大小:1024
    • 提供者:司琪瑞
  1. threaduri-model

    0下载:
  2. a TCP socket in linux client server communication
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-12-05
    • 文件大小:5503
    • 提供者:adelina
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »
搜珍网 www.dssz.com